home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / dev / src / wangisrc.lha / wangi / z / NewEXT / NewEXT.doc < prev    next >
Text File  |  1995-11-13  |  3KB  |  108 lines

  1. />SETVAR PROGRAM NewEXT<\/>SETVAR FREQNAME NEWEXT<\                      NewEXT version />Version NewEXT NN<\ Lee Kindness
  2.  
  3. Introduction
  4. ============
  5.       NewExt is a shell only utility for changing the extension part of
  6.   of a files name. NewExt supports AmigaDOS wildcards making a seemingly
  7.   useless utility useful - Ever tried to rename all the .pic files in a
  8.   directory to .ILBM? NewExt can. WB 2.0+ required.
  9.  
  10. Usage
  11. =====
  12.       From the CLI/Shell :-
  13.  
  14.   WILDCARD/A,EXTENSION/A,FRONT/S,HELP/S,INFOS/S
  15.  
  16.   WILDCARD:
  17.    Which files to operate on. Must be given.
  18.    
  19.   EXTENSION:
  20.    The new extension for matched files. Must be given.
  21.    
  22.   FRONT:
  23.    Specifies that the EXTENSION will be changed at the left edge rather than
  24.    the standard right position. Useful for mod.#? etc.
  25.   
  26.   HELP:
  27.    Will print out some information.
  28.    
  29.   INFOS:
  30.    Specifies that the .info files of the files that are being renamed will
  31.    also have their names changed.
  32.         
  33.   Eg/ NewEXT #?.iff .ILBM INFOS will rename all .iffs to .ILBM. including
  34.                                 their .info files
  35.                                 
  36.       NewEXT (#?.sample|#?.sfx) .8SVX will rename all .samples and .sfxs to
  37.                                       .8SVX
  38.                                       
  39.       NewEXT mod.#? pt3. FRONT will rename all mod.s to pt3.
  40.  
  41.  
  42. Contact
  43. =======
  44.  
  45. />Insert S:Contact<\
  46.  
  47.  
  48. Latest Version
  49. ==============
  50.  
  51. />Insert S:ffplug<\
  52.  
  53.  
  54. Other Programs
  55. ==============
  56.  
  57. />Insert S:Programs<\
  58.  
  59.    
  60. History
  61. =======
  62.   v1.0 5.2.94
  63.     - First public release.
  64.     
  65.   v1.1 25.4.94
  66.     - Minor code changes
  67.     - Compilation changes.
  68.     
  69.   v1.2 05.05.94
  70.     - Major code changes.
  71.     - now uses DOS MatchFirst()/MatchNext() rather than custom HSPascal, ALL
  72.       wildcards now work as a result.
  73.     - Arguments parsed using ReadArgs() - more robust.
  74.     - Can now break out of rename loop.
  75.     - new FRONT argument to handle the likes of 'mod.'.
  76.     - No longer 1.3 compatible. (:-) or :-( ??)
  77.     - Large decrease in size (10548 to 8484)
  78.     
  79.   v1.2a 14.07.94
  80.     - Added CBM intaller script.
  81.     
  82.   v1.3 16.08.94
  83.     - Added "INFOS" option.
  84.     - Removed potential pointer bug.
  85.     - Size decrease (now uses PrintFault() to print out error messages).
  86.     
  87.   v1.4 06.09.94
  88.     - Removed Enforcer hits.
  89.     - If the wildcard han a directory in it then the files were not being
  90.       renamed... Fixed.
  91.   
  92.   v1.5 13.11.95
  93.     - Minor changes.
  94.           
  95.           
  96. -EOF
  97.     (Smile! It makes people wonder what you've been up to.)
  98.     (The only difference between an unclear war and a nuclear war is the way 
  99.     you use the UN.)
  100.  
  101. Legal
  102. =====
  103.  
  104. />Insert S:Legal<\
  105.  
  106. />Insert S:.signature<\
  107.  
  108.